home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / adam / adam10.exe / {app} / Adam.exe / 0 / RCDATA / TFPOPULARITY / TFPOPULARITY.txt
Text File  |  2004-04-14  |  3KB  |  144 lines

  1. object fPopularity: TfPopularity
  2.   Left = 430
  3.   Top = 230
  4.   BorderStyle = bsDialog
  5.   Caption = 'Obl'#237'benost'
  6.   ClientHeight = 241
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox: TGroupBox
  20.     Left = 16
  21.     Top = 8
  22.     Width = 210
  23.     Height = 190
  24.     Caption = 'Nastavte hodnotu obl'#237'benosti'
  25.     Color = clBtnFace
  26.     ParentColor = False
  27.     TabOrder = 0
  28.     object Image1: TImage
  29.       Left = 45
  30.       Top = 28
  31.       Width = 19
  32.       Height = 19
  33.       AutoSize = True
  34.       Transparent = True
  35.     end
  36.     object Image2: TImage
  37.       Left = 45
  38.       Top = 60
  39.       Width = 19
  40.       Height = 19
  41.       AutoSize = True
  42.       Transparent = True
  43.     end
  44.     object Image3: TImage
  45.       Left = 45
  46.       Top = 93
  47.       Width = 19
  48.       Height = 19
  49.       AutoSize = True
  50.       Transparent = True
  51.     end
  52.     object Image4: TImage
  53.       Left = 45
  54.       Top = 125
  55.       Width = 19
  56.       Height = 18
  57.       AutoSize = True
  58.       Transparent = True
  59.     end
  60.     object Image5: TImage
  61.       Left = 45
  62.       Top = 158
  63.       Width = 19
  64.       Height = 18
  65.       AutoSize = True
  66.       Transparent = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 147
  70.       Top = 31
  71.       Width = 6
  72.       Height = 13
  73.       Caption = '1'
  74.     end
  75.     object Label2: TLabel
  76.       Left = 147
  77.       Top = 63
  78.       Width = 6
  79.       Height = 13
  80.       Caption = '2'
  81.     end
  82.     object Label3: TLabel
  83.       Left = 147
  84.       Top = 95
  85.       Width = 6
  86.       Height = 13
  87.       Caption = '3'
  88.     end
  89.     object Label4: TLabel
  90.       Left = 147
  91.       Top = 127
  92.       Width = 6
  93.       Height = 13
  94.       Caption = '4'
  95.     end
  96.     object Label5: TLabel
  97.       Left = 147
  98.       Top = 159
  99.       Width = 6
  100.       Height = 13
  101.       Caption = '5'
  102.     end
  103.     object TrackBar: TTrackBar
  104.       Left = 83
  105.       Top = 27
  106.       Width = 45
  107.       Height = 150
  108.       Max = 5
  109.       Min = 1
  110.       Orientation = trVertical
  111.       PageSize = 1
  112.       Frequency = 1
  113.       Position = 3
  114.       SelEnd = 0
  115.       SelStart = 0
  116.       TabOrder = 0
  117.       TickMarks = tmBoth
  118.       TickStyle = tsAuto
  119.     end
  120.   end
  121.   object btnOK: TBitBtn
  122.     Left = 73
  123.     Top = 207
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 1
  130.     NumGlyphs = 2
  131.   end
  132.   object btnCancel: TBitBtn
  133.     Left = 151
  134.     Top = 207
  135.     Width = 75
  136.     Height = 25
  137.     Cancel = True
  138.     Caption = 'Storno'
  139.     ModalResult = 2
  140.     TabOrder = 2
  141.     NumGlyphs = 2
  142.   end
  143. end
  144.